Dynomotion

Group: DynoMotion Message: 10406 From: cnc_machines Date: 10/28/2014
Subject: KStep Homing
Greetings,

I am setting up my limit and homing switches on the KStep. A few questions:

1. Is it possible to use the same switch for both homing and a limit?
2. The example programs have a program called "SimpleHome3Axis.c". When I try to compile it has an error on #include "SimpleHomeFunction.c". I believe it cannot find this program to reference.
Is there a place for me to download this missing program? Once I get it should I just save it in the same folder as "SimpleHome3Axis.c" and the compiler will automatically find it?
3. Is there a better homing program than this one for me to be using?

This is all probably quite obvious, but I appreciate the help!

Thanks,

Scott



Group: DynoMotion Message: 10413 From: Moray Cuthill Date: 10/28/2014
Subject: Re: KStep Homing
Scott,
 
I've just checked the example files that come with 4.32a, and the only #include is for the KmotionDef.h file, and the example compiles ok.
I wonder if the example has been changed in later versions?
 
Certainly scanning over the example, it will do what you require of disabling limits to use them for homing, before renabling the limits.
 
Moray

On Tue, Oct 28, 2014 at 11:46 PM, cnc_machines@... [DynoMotion] <DynoMotion@yahoogroups.com> wrote:
 

Greetings,

I am setting up my limit and homing switches on the KStep. A few questions:

1. Is it possible to use the same switch for both homing and a limit?
2. The example programs have a program called "SimpleHome3Axis.c". When I try to compile it has an error on #include "SimpleHomeFunction.c". I believe it cannot find this program to reference.
Is there a place for me to download this missing program? Once I get it should I just save it in the same folder as "SimpleHome3Axis.c" and the compiler will automatically find it?
3. Is there a better homing program than this one for me to be using?

This is all probably quite obvious, but I appreciate the help!

Thanks,

Scott




Group: DynoMotion Message: 10436 From: cnc_machines Date: 10/30/2014
Subject: KStep Homing
Greetings,

I am trying to home my Kstep driven machine and I get the following error when I try to compile the example homing program. I am assuming that I am missing the #Include file "SimpleHomeFunction" but searching all of the folders hasnt found it.

Does anyone know what I am missing here?

Group: DynoMotion Message: 10437 From: cnc_machines Date: 10/30/2014
Subject: Re: KStep Homing
Looks like my image didnt attach.. here it is again. I made sure that I have the latest examples from the dynomotion web site. So the example shouldnt have any changes that I made.
  @@attachment@@
Group: DynoMotion Message: 10438 From: Jack Gizienski Date: 10/30/2014
Subject: Re: KStep Homing [1 Attachment]

I’m running 433D and my SimpleHome3Axis.c looks nothing like your program.  What you are showing looks like my SimpleHomeIndexFunctionTest which uses:

 

#include "SimpleHomeIndexFunction.c"

 

Can you find that program?  If you can you may want to delete your troublesome line and replace it with the line above.  My homing is working great using this program.

 

Jack

 

From: DynoMotion@yahoogroups.com [mailto:DynoMotion@yahoogroups.com]
Sent: Thursday, October 30, 2014 11:56 AM
To: DynoMotion@yahoogroups.com
Subject: [DynoMotion] Re: KStep Homing [1 Attachment]

 

 

[Attachment(s) from cnc_machines@... [DynoMotion] included below]

Looks like my image didnt attach.. here it is again. I made sure that I have the latest examples from the dynomotion web site. So the example shouldnt have any changes that I made.